home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / WinHTTrackDoc.h < prev    next >
C/C++ Source or Header  |  2000-05-14  |  2KB  |  61 lines

  1. // WinHTTrackDoc.h : interface of the CWinHTTrackDoc class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_WINHTTRACKDOC_H__2DCA7A1F_3A25_4E86_A859_31511341823A__INCLUDED_)
  6. #define AFX_WINHTTRACKDOC_H__2DCA7A1F_3A25_4E86_A859_31511341823A__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12.  
  13. class CWinHTTrackDoc : public CDocument
  14. {
  15. protected: // create from serialization only
  16.     CWinHTTrackDoc();
  17.     DECLARE_DYNCREATE(CWinHTTrackDoc)
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.  
  25. // Overrides
  26.     // ClassWizard generated virtual function overrides
  27.     //{{AFX_VIRTUAL(CWinHTTrackDoc)
  28.     public:
  29.     virtual BOOL OnNewDocument();
  30.     virtual void Serialize(CArchive& ar);
  31.     virtual BOOL OnSaveDocument(LPCTSTR lpszPathName);
  32.   virtual BOOL OnOpenDocument(LPCTSTR lpszPathName);
  33.     virtual void OnCloseDocument();
  34.     //}}AFX_VIRTUAL
  35.  
  36. // Implementation
  37. public:
  38.     virtual ~CWinHTTrackDoc();
  39. #ifdef _DEBUG
  40.     virtual void AssertValid() const;
  41.     virtual void Dump(CDumpContext& dc) const;
  42. #endif
  43.  
  44. protected:
  45.  
  46. // Generated message map functions
  47. protected:
  48.     //{{AFX_MSG(CWinHTTrackDoc)
  49.         // NOTE - the ClassWizard will add and remove member functions here.
  50.         //    DO NOT EDIT what you see in these blocks of generated code !
  51.     //}}AFX_MSG
  52.     DECLARE_MESSAGE_MAP()
  53. };
  54.  
  55. /////////////////////////////////////////////////////////////////////////////
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_WINHTTRACKDOC_H__2DCA7A1F_3A25_4E86_A859_31511341823A__INCLUDED_)
  61.